home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / CUGUK / COMMS / C101.ZIP / UUPC11XS.ZIP / MAIL / DELIVER.H < prev    next >
C/C++ Source or Header  |  1992-12-03  |  2KB  |  50 lines

  1. /*--------------------------------------------------------------------*/
  2. /*    d e l i v e r . h                                               */
  3. /*                                                                    */
  4. /*   Externally known functions in deliver.c, delivery subroutines    */
  5. /*                in rmail component of UUPC/extended                 */
  6. /*--------------------------------------------------------------------*/
  7.  
  8. /*--------------------------------------------------------------------*/
  9. /*    Changes Copyright (c) 1989 by Andrew H. Derbyshire.             */
  10. /*                                                                    */
  11. /*    Changes Copyright (c) 1990-1992 by Kendra Electronic            */
  12. /*    Wonderworks.                                                    */
  13. /*                                                                    */
  14. /*    All rights reserved except those explicitly granted by the      */
  15. /*    UUPC/extended license agreement.                                */
  16. /*--------------------------------------------------------------------*/
  17.  
  18. /*--------------------------------------------------------------------*/
  19. /*                          RCS Information                           */
  20. /*--------------------------------------------------------------------*/
  21.  
  22. /*
  23.  *    $Id: DELIVER.H 1.2 1992/12/04 01:03:49 ahd Exp $
  24.  *
  25.  *    $Log: DELIVER.H $
  26.  * Revision 1.2  1992/12/04  01:03:49  ahd
  27.  * Add system alias support
  28.  *
  29.  */
  30.  
  31. #define POSTMASTER "postmaster"
  32.  
  33. size_t Deliver( const char *input, /* Input file name                */
  34.              char *address,           /* Target address                 */
  35.              const boolean sysalias,
  36.                    boolean validate); /* Validate/forward local mail    */
  37.  
  38. extern INTEGER hops;
  39.  
  40. extern boolean remoteMail;
  41.  
  42. extern char *now;
  43.  
  44. extern char fromuser[];
  45. extern char fromnode[];
  46.  
  47. extern  char *ruser;
  48. extern  char *rnode;
  49. extern  char *uuser;
  50.